Many AI providers offer APIs that are compatible with OpenAI’s format. This means you can use the same code patterns and tools, just by changing the base URL and API key. Metorial supports all of these OpenAI-compatible providers. Supported OpenAI-compatible providers:Documentation Index
Fetch the complete documentation index at: https://metorial.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- DeepSeek - Cost-effective models with strong performance
- TogetherAI - Open-source models with flexible deployment
- XAI (Grok) - Models from xAI
- Any custom OpenAI-compatible endpoint - Self-hosted or proprietary models
- Creates an OpenAI client pointed at DeepSeek’s API endpoint
- Uses Metorial’s DeepSeek provider integration (or OpenAI provider for generic APIs)
- Passes tools to the model in OpenAI’s function calling format
- The model can call tools just like with OpenAI’s GPT models