Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.
List of available endpoints for a model

Fields

FieldTypeRequiredDescriptionExample
idstr:heavy_check_mark:Unique identifier for the modelopenai/gpt-4
namestr:heavy_check_mark:Display name of the modelGPT-4
createdfloat:heavy_check_mark:Unix timestamp of when the model was created1692901234
descriptionstr:heavy_check_mark:Description of the modelGPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.
architecturecomponents.Architecture:heavy_check_mark:N/A{"tokenizer": "GPT","instruct_type": "chatml","modality": "text-\u003etext","input_modalities": ["text"],"output_modalities": ["text"]}
endpointsList[components.PublicEndpoint]:heavy_check_mark:List of available endpoints for this model