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 the updated Model object.Example
Parameters
ID of the model to update.
New name for the model.
New cost in dollars per input token.
New cost in dollars per output token.
New cost in dollars per cached input token.
New cost in dollars per input token when creating a cache entry.
New cost in dollars per input token for contexts larger than 128k tokens.
New cost in dollars per output token for contexts larger than 128k tokens.
New tokenizer provider (e.g.,
"OpenAI", "Anthropic").New pricing source. This can be a URL to the model’s pricing page or documentation.
All fields except
model_id default to PydanticUndefined (from pydantic_core).
Omit a field (or pass PydanticUndefined) to leave it unchanged.
Pass None to explicitly clear an optional field.
Pass a value to update it.