mserve
PricingAPI ReferenceStatusAPI Console
PricingAPI ReferenceStatusAPI ConsoleWelcomeQuickstartPricing
OverviewText to SpeechStreaming InputSpeech to TextCustom VoicesSpeech to SpeechHistory
Real-timeRealtime over WebSocketEmbeddingsBatch
AuthenticationBillingRate LimitsErrorsCompatibility
API Reference
Create chat completion POSTCreate completion POSTCreate embeddings POSTCreate realtime client secret POSTCreate realtime session POSTCreate response POST
Retrieve model GETList models GET
API ReferenceModels

Retrieve model

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/openai/v1/models/{model_id}

Path Parameters

model_id*Model Id

Header Parameters

authorization?Authorization
Default""
xi-api-key?Xi-Api-Key
Default""

Response Body

application/json

application/json

curl -X GET "https://example.com/openai/v1/models/string"
null

Upload file POST

Previous Page

List models GET

Next Page