X Ai model
Grok 4.20 Reasoning
Grok 4.20 Reasoning. Vergelijk API-prijzen, provider, contextlengte, capaciteiten, use cases, latentie en alternatieven. General chat via X Ai, API workloads. $0.181 / 1M tokens / $0.362 / 1M tokens. — tokens.
Streaming
Wat is Grok 4.20 Reasoning in NextModel?
Grok 4.20 Reasoning. Vergelijk API-prijzen, provider, contextlengte, capaciteiten, use cases, latentie en alternatieven. General chat via X Ai, API workloads. $0.181 / 1M tokens / $0.362 / 1M tokens. — tokens.
Beste toepassingen
- General chat via X Ai
- API workloads
OpenAI-compatibel voorbeeld
Houd de OpenAI SDK-stijl aan, wijs base_url naar NextModel en gebruik catalogus-ID x-ai--grok-4.20-reasoning.
Python
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="x-ai/grok-4.20-reasoning",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)Vergelijkbare alternatieven
X AiCatalog
Available through the NextModel gateway via X Ai.
Best forGeneral chat via X Ai, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
X AiCatalog
Available through the NextModel gateway via X Ai.
Best forGeneral chat via X Ai, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
X AiCatalog
Available through the NextModel gateway via X Ai.
Best forGeneral chat via X Ai, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
FAQ