Scaleway
A hosted service with its own key and prices. This page lists the addresses it answers, the facts its documentation states, and the setup of each harness.
Addresses and facts
- OpenAI Chat Completions:
https://api.scaleway.ai/v1models.dev, read
- Authentication
- Authorization: Bearer, with the key in
SCALEWAY_API_KEYmodels.dev, read - Structured output
- Unknown
- Tool calling
- 12 of 15 listed models The share of this provider's models that models.dev records with tool calling. models.dev, read
- Rate limits
- Unknown
- Prices
- Unknown
- Data retention
- Unknown
- Documentation
- Read the page models.dev, read
- Output limits Baltor recorded
- Unknown
Harness setup
Replace bge-multilingual-gemma2 with the model you want.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"scaleway": {
"npm": "@ai-sdk/openai-compatible",
"name": "Scaleway",
"options": {
"baseURL": "https://api.scaleway.ai/v1",
"apiKey": "{env:SCALEWAY_API_KEY}"
},
"models": {
"bge-multilingual-gemma2": {
"name": "bge-multilingual-gemma2"
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"scaleway": {
"baseUrl": "https://api.scaleway.ai/v1",
"api": "openai-completions",
"apiKey": "$SCALEWAY_API_KEY",
"models": [
{
"id": "bge-multilingual-gemma2"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and Scaleway documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Claude Code sends Anthropic Messages requests, and Scaleway documents no such address. A gateway that translates to that API can sit in between.
- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Models it lists
Prices in US dollars per million tokens, input and output, as models.dev, read records them.
| Model | Input | Output | Context | As of |
|---|---|---|---|---|
BGE Multilingual Gemma2 bge-multilingual-gemma2 | 0.100 USD | 0 USD | 8,191 | older than 30 days |
DeepSeek V4 Flash 0731 deepseek-v4-flash-0731 | 0.468 USD | 0.936 USD | 256,000 | older than 30 days |
Gemma 4 26B A4B IT gemma-4-26b-a4b-it | 0.250 USD | 0.500 USD | 256,000 | older than 30 days |
GLM-5.2 glm-5.2 | 1.80 USD | 5.50 USD | 256,000 | older than 30 days |
GPT-OSS 120B gpt-oss-120b | 0.150 USD | 0.600 USD | 128,000 | older than 30 days |
Llama-3.3-70B-Instruct llama-3.3-70b-instruct | 0.900 USD | 0.900 USD | 100,000 | older than 30 days |
Mistral Medium 3.5 128B mistral-medium-3.5-128b | 1.50 USD | 7.50 USD | 256,000 | older than 30 days |
Mistral Small 3.2 24B Instruct (2506) mistral-small-3.2-24b-instruct-2506 | 0.150 USD | 0.350 USD | 128,000 | older than 30 days |
Pixtral 12B 2409 pixtral-12b-2409 | 0.200 USD | 0.200 USD | 128,000 | older than 30 days |
Qwen3 235B A22B Instruct 2507 qwen3-235b-a22b-instruct-2507 | 0.750 USD | 2.25 USD | 260,000 | older than 30 days |
Qwen3-Coder 30B-A3B Instruct qwen3-coder-30b-a3b-instruct | 0.200 USD | 0.800 USD | 128,000 | older than 30 days |
Qwen3 Embedding 8B qwen3-embedding-8b | 0.100 USD | 0 USD | 32,768 | older than 30 days |
Qwen3.5 397B A17B qwen3.5-397b-a17b | 0.600 USD | 3.60 USD | 256,000 | older than 30 days |
Qwen3.6 35B A3B qwen3.6-35b-a3b | 0.250 USD | 1.50 USD | 128,000 | older than 30 days |
Whisper Large v3 whisper-large-v3 | 0.0030 USD | 0 USD | Unknown | older than 30 days |
Sources of this page
- models.dev/api.json, read
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.