inflection/inflection-3-productivity
8,000 context · $2.50/M input tokens · $10.00/M output tokens
Inflection 3 Productivity is optimized for following instructions. It is better for tasks requiring JSON output or precise adherence to provided guidelines. It has access to recent news. For emotional...
Pay-per-Use
Keine Vorabkosten, zahlen Sie nur, was Sie nutzen
Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="inflection/inflection-3-productivity",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)inflection inflection-3-productivity
| Specification | Value |
|---|---|
| Provider | Inflection |
| Model Type | Large Language Model (LLM) |
| Architecture | N/A |
| Context Window | 8000 tokens |
| Max Output | 1024 tokens |
| Input | Text |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Token Type | Cost per Million Tokens |
|---|---|
| Input | $2.7 |
| Output | $11.0 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: inflection/inflection-3-productivity
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="inflection/inflection-3-productivity",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "inflection/inflection-3-productivity",
"messages": [{"role": "user", "content": "Hello!"}]
}'
inflection/inflection-3-productivity
Inflection 3 Productivity is optimized for following instructions. It is better for tasks requiring JSON output or precise adherence to provided guidelines. It has access to recent news. For emotional...
Eingabe
$2.5 /M
Ausgabe
$10 /M
Kontext
8K
Max. Ausgabe
1K
Zugriff auf Inflection 3 Productivity über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.
Preise auf WaveSpeedAI: $2.50 pro Million Input-Tokens und $10.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.
Inflection 3 Productivity unterstützt bis zu 8K Kontext-Tokens und bis zu 1K Output-Tokens pro Anfrage.
Ja. WaveSpeedAI stellt Inflection 3 Productivity über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.
Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Inflection 3 Productivity zu testen.