Model - Go SDK

Model type definition

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

Information about an AI model available on OpenRouter

Fields

FieldTypeRequiredDescriptionExample
IDstring✔️Unique identifier for the modelopenai/gpt-4
CanonicalSlugstring✔️Canonical slug for the modelopenai/gpt-4
HuggingFaceIDoptionalnullable.OptionalNullable[string]Hugging Face model identifier, if applicablemicrosoft/DialoGPT-medium
Namestring✔️Display name of the modelGPT-4
Createdint64✔️Unix timestamp of when the model was created1692901234
Description*stringDescription of the modelGPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.
Pricingcomponents.PublicPricing✔️Pricing information for the model{"prompt": "0.00003","completion": "0.00006","request": "0","image": "0"}
ContextLengthint64✔️Maximum context length in tokens8192
Architecturecomponents.ModelArchitecture✔️Model architecture information{"tokenizer": "GPT","instruct_type": "chatml","modality": "text-\u003etext","input_modalities": ["text"],"output_modalities": ["text"]}
TopProvidercomponents.TopProviderInfo✔️Information about the top provider for this model{"context_length": 8192,"max_completion_tokens": 4096,"is_moderated": true}
PerRequestLimits*components.PerRequestLimits✔️Per-request token limits{"prompt_tokens": 1000,"completion_tokens": 1000}
SupportedParameters[]components.Parameter✔️List of supported parameters for this model
DefaultParameters*components.DefaultParameters✔️Default parameters for this model{"temperature": 0.7,"top_p": 0.9,"top_k": 0,"frequency_penalty": 0,"presence_penalty": 0,"repetition_penalty": 1}
KnowledgeCutoffoptionalnullable.OptionalNullable[string]The date up to which the model was trained on data. ISO 8601 date string (YYYY-MM-DD) or null if unknown.2024-10-01
ExpirationDateoptionalnullable.OptionalNullable[string]The date after which the model may be removed. ISO 8601 date string (YYYY-MM-DD) or null if no expiration.2025-06-01
Linkscomponents.ModelLinks✔️Related API endpoints and resources for this model.{"details": "/api/v1/models/openai/gpt-5.4/endpoints"}