Models
Meto AI routes requests to upstream model providers. Use the models endpoint to discover what is currently available on your account.
List models
curl https://api.metotoken.ai/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"
The response format follows OpenAI conventions unless your request headers target another compatible format (Claude, Gemini, etc.). See the API Reference for details.
Choosing a model
- Use the Pricing page for public rates and model availability
- Model availability may depend on your account group, balance, and platform configuration
- Prefer explicit model IDs in production rather than aliases
Provider-specific formats
Meto AI supports multiple relay formats, including:
- OpenAI Chat Completions (
/v1/chat/completions) - OpenAI Responses API
- Claude Messages
- Gemini generateContent
- Image, audio, video, and embedding endpoints
Browse the API Reference for the full list generated from our OpenAPI specification.