text stringlengths 0 59.1k |
|---|
- openai/gpt-4.1 |
- openai/gpt-4.1-mini |
- openai/gpt-4.1-nano |
- openai/gpt-4o |
- openai/gpt-4o-mini |
- openai/gpt-5 |
- openai/gpt-5-chat |
- openai/gpt-5-codex |
- openai/gpt-5-mini |
- openai/gpt-5-nano |
- openai/gpt-5-pro |
- openai/gpt-5.1-codex |
- openai/gpt-5.1-codex-max |
- openai/gpt-5.1-codex-mini |
- openai/gpt-5.1-instant |
- openai/gpt-5.1-thinking |
- openai/gpt-5.2 |
- openai/gpt-5.2-chat |
- openai/gpt-5.2-pro |
- openai/gpt-oss-120b |
- openai/gpt-oss-20b |
- openai/gpt-oss-safeguard-20b |
- openai/o1 |
- openai/o3 |
- openai/o3-deep-research |
- openai/o3-mini |
- openai/o3-pro |
- openai/o4-mini |
- openai/text-embedding-3-large |
- openai/text-embedding-3-small |
- openai/text-embedding-ada-002 |
- perplexity/sonar |
- perplexity/sonar-pro |
- perplexity/sonar-reasoning |
- perplexity/sonar-reasoning-pro |
- prime-intellect/intellect-3 |
- vercel/v0-1.0-md |
- vercel/v0-1.5-md |
- voyage/voyage-3-large |
- voyage/voyage-3.5 |
- voyage/voyage-3.5-lite |
- voyage/voyage-code-2 |
- voyage/voyage-code-3 |
- voyage/voyage-finance-2 |
- voyage/voyage-law-2 |
- xai/grok-2-vision |
- xai/grok-3 |
- xai/grok-3-fast |
- xai/grok-3-mini |
- xai/grok-3-mini-fast |
- xai/grok-4 |
- xai/grok-4-fast-non-reasoning |
- xai/grok-4-fast-reasoning |
- xai/grok-4.1-fast-non-reasoning |
- xai/grok-4.1-fast-reasoning |
- xai/grok-code-fast-1 |
- xiaomi/mimo-v2-flash |
- zai/glm-4.5 |
- zai/glm-4.5-air |
- zai/glm-4.5v |
- zai/glm-4.6 |
- zai/glm-4.6v |
- zai/glm-4.6v-flash |
- zai/glm-4.7 |
</details> |
<|endoftext|> |
# source: VoltAgent__voltagent/website/models-docs/providers/azure.md type: docs |
--- |
title: Azure |
--- |
<!-- THIS FILE IS AUTO-GENERATED BY website/scripts/generate-model-docs.js. DO NOT EDIT MANUALLY. --> |
# Azure |
Use `azure/<model>` with VoltAgent's model router. |
## Quick start |
```ts |
import { Agent } from "@voltagent/core"; |
const agent = new Agent({ |
name: "azure-agent", |
instructions: "You are a helpful assistant", |
model: "azure/claude-haiku-4-5", |
}); |
``` |
## Environment variables |
- `AZURE_RESOURCE_NAME` |
- `AZURE_API_KEY` |
## Provider package |
`@ai-sdk/azure` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.