text
stringlengths
0
59.1k
- llama-3.1-8b-instruct-fp8
- llama-3.2-11b-vision-instruct
- llama-3.2-1b-instruct
- llama-3.2-3b-instruct
- llama-3.3-70b-instruct-fp8-fast
- llama-4-scout-17b-16e-instruct
- llama-guard-3-8b
- llava-1.5-7b-hf
- lucid-origin
- m2m100-1.2b
- melotts
- mistral-7b-instruct-v0.1
- mistral-7b-instruct-v0.2
- mistral-7b-instruct-v0.2-lora
- mistral-small-3.1-24b-instruct
- nova-3
- phi-2
- phoenix-1.0
- qwen2.5-coder-32b-instruct
- qwen3-30b-a3b-fp8
- qwq-32b
- resnet-50
- sqlcoder-7b-2
- stable-diffusion-v1-5-img2img
- stable-diffusion-v1-5-inpainting
- stable-diffusion-xl-base-1.0
- stable-diffusion-xl-lightning
- uform-gen2-qwen-500m
- whisper
- whisper-large-v3-turbo
- whisper-tiny-en
</details>
<|endoftext|>
# source: VoltAgent__voltagent/website/models-docs/providers/modelscope.md type: docs
---
title: ModelScope
---
<!-- THIS FILE IS AUTO-GENERATED BY website/scripts/generate-model-docs.js. DO NOT EDIT MANUALLY. -->
# ModelScope
Use `modelscope/<model>` with VoltAgent's model router.
## Quick start
```ts
import { Agent } from "@voltagent/core";
const agent = new Agent({
name: "modelscope-agent",
instructions: "You are a helpful assistant",
model: "modelscope/Qwen/Qwen3-235B-A22B-Instruct-2507",
});
```
## Environment variables
- `MODELSCOPE_API_KEY`
## Provider package
`@ai-sdk/openai-compatible`
This provider uses the OpenAI-compatible adapter.
## Default base URL
`https://api-inference.modelscope.cn/v1`
You can override the base URL by setting `MODELSCOPE_BASE_URL`.
## Provider docs
- https://modelscope.cn/docs/model-service/API-Inference/intro
## Models
<details>
<summary>Show models (7)</summary>
- Qwen/Qwen3-235B-A22B-Instruct-2507
- Qwen/Qwen3-235B-A22B-Thinking-2507
- Qwen/Qwen3-30B-A3B-Instruct-2507
- Qwen/Qwen3-30B-A3B-Thinking-2507
- Qwen/Qwen3-Coder-30B-A3B-Instruct
- ZhipuAI/GLM-4.5
- ZhipuAI/GLM-4.6
</details>
<|endoftext|>
# source: VoltAgent__voltagent/website/models-docs/providers/nvidia.md type: docs
---
title: Nvidia
---
<!-- THIS FILE IS AUTO-GENERATED BY website/scripts/generate-model-docs.js. DO NOT EDIT MANUALLY. -->