A valid request URL is required to generate request examples
{ "id": "<string>", "name": "<string>", "description": "<string>", "organization": { "id": "<string>", "name": "<string>" }, "license": { "id": "<string>", "name": "<string>", "allow_commercial": true }, "open_weight": true, "model_type": "<string>", "modalities": [ "<string>" ], "providers": [ { "provider_id": "<string>", "provider_name": "<string>", "status": "<string>", "input_price_per_m": 123, "output_price_per_m": 123 } ], "top_scores": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "source": "<string>", "url": "<string>", "scores": [ { "benchmark_id": "<string>", "benchmark_name": "<string>", "score": 123, "max_score": 123, "is_self_reported": true, "verified_by_llmstats": true, "scored_at": "2023-11-07T05:31:56Z", "category": "<string>", "normalized_score": 123 } ], "sources": { "api_ref": "<string>", "paper": "<string>", "weights": "<string>", "repo": "<string>" }, "family": { "id": "<string>", "name": "<string>" }, "context_window": 123, "param_count": 123, "release_date": "2023-12-25" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes