Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Returns a Model object for the given parameters, orNone if an error occurs.
Example
Parameters
Name of the model. Must be unique within your organization.
Cost in dollars per input token.
Cost in dollars per output token.
Cost in dollars per cached input token. Some providers offer reduced rates for cached requests.
Cost in dollars per input token when creating a cache entry.
Cost in dollars per input token for contexts larger than 128k tokens, if applicable.
Cost in dollars per output token for contexts larger than 128k tokens, if applicable.
Provider of the tokenizer used by the model. Examples:
"OpenAI" (uses tiktoken), "Anthropic" (uses anthropic-tokenizer).The provider or source of the pricing model. This can be a URL to the model’s pricing page or documentation (e.g.,
https://openai.com/api/pricing/).