Get started
Models API
Get a list of all available AI models
GET
Models API
This endpoint allows you to retrieve information about the models available through Taam Cloud API.
Available Models
Taam Cloud provides access to numerous state-of-the-art AI models across different categories:
Language Models
- gpt-4o
- gpt-4o-mini
- gpt-4-turbo
- wizardlm-2-7b
- claude-3-5-sonnet
- claude-3-opus
Embedding Models
- jina-embeddings-v3
- text-embedding-3-large
- text-embedding-3-small
Reranking Models
- mixr-v1
Media Generation
- dall-e-3 (images)
- T2V-01-Director (videos)
- I2V-01-Director (videos)
Example Usage
To get a list of all available models, send a GET request to the models endpoint:
The API reference for this endpoint is not yet available in OpenAPI format. Use the example above to make requests.
Response Format
Model Selection
When making API requests, specify the model you want to use:
Authorizations
Enter your API key prefixed with 'Bearer '
Response
200 - application/json
List of models
Was this page helpful?