cURL
curl --request GET \ --url https://api.example.com/models/{model_name} \ --header 'Authorization: Bearer <token>'
{ "model_name": "<string>", "type": "<string>", "tags": [ "<string>" ], "reported_type": "<string>", "version": "<string>", "featured": true, "public": true, "curl_inv": "<string>", "cmdline_inv": "<string>", "txt_docs": "<string>", "out_example": "<string>", "out_docs": "<string>", "pricing": { "cents_per_sec": 123, "short": "$0.15 / second", "full": "$0.15 / second for 1080P, $0.10 / second for 720P", "table": { "columns": [ "resolution", "$ cost per second" ], "rows": [ [ "780P", "$0.10" ], [ "1080P", "$0.15" ] ] }, "type": "time" }, "schemas": [ { "key": "default", "url": "<string>" } ], "description": "<string>", "mf_description": "<string>", "owner": false, "mask_token": "<string>", "in_schema": "<unknown>", "out_schema": "<unknown>", "in_fields": [ { "name": "<string>", "ftype": "<string>", "parent": "<string>", "description": "<string>", "allowed": [ "<unknown>" ], "default": "<unknown>", "examples": [], "minimum": 123, "exclusiveMinimum": 123, "maximum": 123, "exclusiveMaximum": 123 } ], "doc_blocks": [ { "key": "http", "url": "<string>" } ], "short_doc_block": { "key": "http", "url": "<string>" }, "meta": {}, "max_tokens": 123, "max_output_tokens": 123, "replaced_by": "<string>", "deprecated": 123, "quantization": "<string>", "mmlu": 123, "expected": "<string>", "import_time": "<string>", "is_partner": false, "is_custom_deployable": false, "mf_name": "<string>", "mf_title": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes