Użyj modeli Claude przez APIXO
Zachowaj format API Anthropic Messages. Zmień baseURL, użyj swojego klucza APIXO i wybierz dowolny identyfikator modelu Claude z tabeli.
Base URL
https://llm.apixo.ai/v1
Klucz API
APIXO_API_KEY
ID modelu
claude-sonnet-4-6
Oficjalny szybki start SDK
Ciało żądania pozostaje natywne dla dostawcy. Zmień tylko baseURL i klucz API.
curl https://llm.apixo.ai/v1/messages \
-H "x-api-key: $APIXO_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "content-type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"max_tokens": 1024,
"messages": [
{ "role": "user", "content": "Write a concise product launch brief." }
]
}'import Anthropic from '@anthropic-ai/sdk'
const client = new Anthropic({
apiKey: process.env.APIXO_API_KEY,
baseURL: 'https://llm.apixo.ai/v1',
})
const message = await client.messages.create({
model: 'claude-sonnet-4-6',
max_tokens: 1024,
messages: [
{ role: 'user', content: 'Write a concise product launch brief.' },
],
})import os
from anthropic import Anthropic
client = Anthropic(
api_key=os.environ["APIXO_API_KEY"],
base_url="https://llm.apixo.ai/v1",
)
message = client.messages.create(
model="claude-sonnet-4-6",
max_tokens=1024,
messages=[
{"role": "user", "content": "Write a concise product launch brief."}
],
)Kursor i kompatybilne narzędzia
Użyj tych samych trzech pól w Cursor, rozszerzeniach IDE, przełącznikach bramowych lub dowolnym narzędziu, które obsługuje niestandardowy punkt końcowy dostawcy.
Profil dostawcy
Kompatybilny z Anthropic
Base URL
https://llm.apixo.ai/v1
Klucz API
APIXO_API_KEY
ID modelu
claude-sonnet-4-6
Doładuj saldo APIXO, a następnie utwórz klucz API w panelu.
Wklej podstawowy adres URL i klucz API do ustawień dostawcy w narzędziu.
Użyj dokładnie wybranego identyfikatora modelu; zmień modele, zmieniając tylko tę wartość.
Modele i ceny Claude
Ceny są w USD za 1M tokenów. Wybierz wiersz, aby zaktualizować powyższe przykłady.
| Model | Wejście | Wyjście | Zapis pamięci podręcznej | Odczyt pamięci podręcznej | Oszczędności |
|---|---|---|---|---|---|
| Claude Opus 4.7claude-opus-4-7 | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Opus 4.7 Thinkingclaude-opus-4-7-thinking | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Opus 4.6claude-opus-4-6 | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Opus 4.6 Thinkingclaude-opus-4-6-thinking | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Opus 4.5 20251101claude-opus-4-5-20251101 | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Opus 4.5 20251101 Thinkingclaude-opus-4-5-20251101-thinking | $3 | $15 | $3.75 | $0.3 | Save 40% |
| Claude Sonnet 4.6claude-sonnet-4-6 | $1.8 | $9 | $2.25 | $0.18 | Save 40% |
| Claude Sonnet 4.6 Thinkingclaude-sonnet-4-6-thinking | $1.8 | $9 | $2.25 | $0.18 | Save 40% |
| Claude Sonnet 4.5 20250929claude-sonnet-4-5-20250929 | $1.8 | $9 | $2.25 | $0.18 | Save 40% |
| Claude Sonnet 4.5 20250929 Thinkingclaude-sonnet-4-5-20250929-thinking | $1.8 | $9 | $2.25 | $0.18 | Save 40% |
| Claude Haiku 4.5 20251001claude-haiku-4-5-20251001 | $0.6 | $3 | $0.75 | $0.06 | Save 40% |
| Claude Haiku 4.5 20251001 Thinkingclaude-haiku-4-5-20251001-thinking | $0.6 | $3 | $0.75 | $0.06 | Save 40% |