All modelsOpen in Console
Get started free
Vecbase 1.0
vecbasevecbase-1.0
vecbase 标准级模型(Standard)。性能与成本平衡的日常首选,适合大部分编程、对话与工具使用场景。
Context
200K
Max output
66K
Tools
MINIMAL
Reasoning
Supported
Pricing
| Lane | Per 1M tokens |
|---|---|
| Input | $1.00 |
| Output | $5.00 |
| Cache read | $0.20 |
| Cache write (5m) | $1.25 |
| Cache write (1h) | $2.00 |
Billed per token. No minimums, no per-request fees. Caching applies on supported providers; misses fall back to standard input/output rates.
Reasoning effort
offon · default
Routed providers
- openrouter
Requests are automatically routed to the highest-priority healthy upstream. Failures fall back to the next route transparently.
Quickstart
from openai import OpenAI
client = OpenAI(
base_url="https://api.vecbase.com/v1",
api_key="sk-vbc-...",
)
response = client.chat.completions.create(
model="vecbase-1.0",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)Ready to ship?
Create a project, mint an API key, and call this model from any OpenAI-compatible client.