NextModelのGrok 4.1 Fast NON Reasoningとは?
Grok 4.1 Fast NON Reasoning API価格、プロバイダー、コンテキスト長、機能、ユースケース、レイテンシー、代替候補を比較します。 General chat via X Ai, API workloads. $0.029 / 1M tokens / $0.072 / 1M tokens. — tokens.
適した用途
- General chat via X Ai
- API workloads
OpenAI互換コード例
OpenAI SDKの書き方を保ち、base_url を NextModel に向け、カタログIDを使います x-ai--grok-4.1-fast-non-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.1-fast-non-reasoning",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)近い代替候補
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