cURL
curl --request GET \ --url https://api.intelligence.io.solutions/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "status": "active", "chat_daily_quota_tier_1": 123, "api_completions_daily_quota_tier_1": 123, "embeddings_daily_quota_tier_1": 123, "audio_transcriptions_daily_quota_tier_1": 123, "audio_speech_daily_quota_tier_1": 123, "metadata": { "image_url": "<string>", "tags": "New", "version": "<string>", "developer": "<string>", "short_description": "<string>", "enable_api_chat_completions": true, "enable_api_embeddings": true, "enable_audio_stt": true, "enable_audio_tts": true, "enable_chat_ui": true, "trendiness": 0, "license": "<unknown>", "tool_support": "no", "max_tokens": 123, "context_window": 123, "supports_images_input": false, "supports_prompt_cache": false, "input_token_price": "<string>", "output_token_price": "<string>", "cache_write_token_price": "<string>", "cache_read_token_price": "<string>", "precision": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" } ], "pagination": { "total": 123, "page": 123, "page_size": 123, "total_pages": 123, "has_next": true, "has_previous": true } }
Retrieves a list of available models for the Chat Completions API.
The access token received from the authorization server in the OAuth 2.0 flow.
Identifier of guest user
x >= 1
1 <= x <= 100
Successful Response
List of available models
Show child attributes
Pagination information
Was this page helpful?