cURL
curl --request GET \ --url https://api.example.com/models
{ "items": [ { "id": 123, "provider": "<string>", "model_name": "<string>", "modality": "chat", "supports_parallel": true, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "default_pricing": {} } ], "total": 123, "page": 123, "size": 123 }
파트너/조직 의존성 없이 전체 모델 카탈로그를 조회하는 엔드포인트.
x >= 1
1 <= x <= 200
chat | embedding | stt | image | tts | rerank
모델이름 포함 검색
활성 모델만 필터링
Successful Response
Show child attributes