SimpleServe
PricingAPI ReferenceStatusAPI Console
PricingAPI ReferenceStatusAPI ConsoleWelcomeQuickstartPricing
TextEmbeddings
OverviewText to SpeechStreaming InputSpeech to TextVoice CloningVoice ChangerRealtimeHistory
Batch
AuthenticationBillingRate LimitsErrorsCompatibility
API Reference
Create chat completion POSTCreate completion POSTCreate embeddings 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