text
stringlengths
0
59.1k
- openai/whisper-large-v3
- qwen/qwen2.5-coder-32b-instruct
- qwen/qwen2.5-coder-7b-instruct
- qwen/qwen3-235b-a22b
- qwen/qwen3-coder-480b-a35b-instruct
- qwen/qwen3-next-80b-a3b-instruct
- qwen/qwen3-next-80b-a3b-thinking
- qwen/qwq-32b
</details>
<|endoftext|>
# source: VoltAgent__voltagent/website/models-docs/providers/sap-ai-core.md type: docs
---
title: SAP AI Core
---
<!-- THIS FILE IS AUTO-GENERATED BY website/scripts/generate-model-docs.js. DO NOT EDIT MANUALLY. -->
# SAP AI Core
Use `sap-ai-core/<model>` with VoltAgent's model router.
## Quick start
```ts
import { Agent } from "@voltagent/core";
const agent = new Agent({
name: "sap-ai-core-agent",
instructions: "You are a helpful assistant",
model: "sap-ai-core/anthropic--claude-3-haiku",
});
```
## Environment variables
- `AICORE_SERVICE_KEY`
## Provider package
`@mymediset/sap-ai-provider`
## Default base URL
Not listed.
You can override the base URL by setting `SAP_AI_CORE_BASE_URL`.
## Provider docs
- https://help.sap.com/docs/sap-ai-core
## Models
<details>
<summary>Show models (14)</summary>
- anthropic--claude-3-haiku
- anthropic--claude-3-opus
- anthropic--claude-3-sonnet
- anthropic--claude-3.5-sonnet
- anthropic--claude-3.7-sonnet
- anthropic--claude-4-opus
- anthropic--claude-4-sonnet
- anthropic--claude-4.5-haiku
- anthropic--claude-4.5-sonnet
- gemini-2.5-flash
- gemini-2.5-pro
- gpt-5
- gpt-5-mini
- gpt-5-nano
</details>
<|endoftext|>
# source: VoltAgent__voltagent/website/models-docs/providers/azure-cognitive-services.md type: docs
---
title: Azure Cognitive Services
---
<!-- THIS FILE IS AUTO-GENERATED BY website/scripts/generate-model-docs.js. DO NOT EDIT MANUALLY. -->
# Azure Cognitive Services
Use `azure-cognitive-services/<model>` with VoltAgent's model router.
## Quick start
```ts
import { Agent } from "@voltagent/core";
const agent = new Agent({
name: "azure-cognitive-services-agent",
instructions: "You are a helpful assistant",
model: "azure-cognitive-services/claude-haiku-4-5",
});
```
## Environment variables