Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
curl --request GET \
--url https://api.nixtla.io/v2/finetuned_models \
--header 'Authorization: Bearer <token>'{
"finetuned_models": [
{
"id": "<string>",
"created_at": "<string>",
"base_model_id": "<string>",
"steps": 123,
"depth": 123,
"loss": "default",
"model": "<string>",
"freq": "<string>",
"created_by": "user"
}
]
}List all the finetuned models that you have created. The response contains a list with the IDs of the models that you have fine-tuned and are available to make forecasts.
curl --request GET \
--url https://api.nixtla.io/v2/finetuned_models \
--header 'Authorization: Bearer <token>'{
"finetuned_models": [
{
"id": "<string>",
"created_at": "<string>",
"base_model_id": "<string>",
"steps": 123,
"depth": 123,
"loss": "default",
"model": "<string>",
"freq": "<string>",
"created_by": "user"
}
]
}Documentation Index
Fetch the complete documentation index at: https://nixtla.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?