ListEndpointsResponse - Go SDK

ListEndpointsResponse type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

List of available endpoints for a model

Fields

FieldTypeRequiredDescriptionExample
IDstring✔️Unique identifier for the modelopenai/gpt-4
Namestring✔️Display name of the modelGPT-4
Createdint64✔️Unix timestamp of when the model was created1692901234
Descriptionstring✔️Description of the modelGPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.
Architecturecomponents.Architecture✔️N/A{"tokenizer": "GPT","instruct_type": "chatml","modality": "text"}
Endpoints[]components.PublicEndpoint✔️List of available endpoints for this model