NextModelのInflection 3 PIとは?
Inflection 3 PI API価格、プロバイダー、コンテキスト長、機能、ユースケース、レイテンシー、代替候補を比較します。 General chat via OpenRouter, API workloads. $0.47 / 1M tokens / $1.88 / 1M tokens. — tokens.
適した用途
- General chat via OpenRouter
- API workloads
OpenAI互換コード例
OpenAI SDKの書き方を保ち、base_url を NextModel に向け、カタログIDを使います inflection--inflection-3-pi.
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="inflection/inflection-3-pi",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)近い代替候補
OpenRouterCatalog
Aion 1.0
80Available through the NextModel gateway via OpenRouter.
Best forGeneral chat via OpenRouter, API workloads
RoutingDegraded
Streaming
Platform curatedNextModel gateway catalog (Go origin)
OpenRouterCatalog
Available through the NextModel gateway via OpenRouter.
Best forGeneral chat via OpenRouter, API workloads
RoutingDegraded
Streaming
Platform curatedNextModel gateway catalog (Go origin)
OpenRouterCatalog
Aion-RP-Llama-3.1-8B ranks the highest in the character evaluation portion of the RPBench-Auto benchmark, a roleplaying-specific variant of Arena-Hard-Auto, where LLMs evaluate each other’s responses. It is a fine-tuned base model...
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
FAQ