Inflection 3 Pi
VerifiedInflection 3 Pi powers personal, text-based AI conversations.
About Inflection 3 Pi
Inflection 3 Pi is a proprietary LLM developed by Inflection for conversational use. It processes text only and maintains an 8000-token context limit. The model remains closed-weight with no public parameter count disclosed.
Its design emphasizes coherent multi-turn dialogue within the given context size. Typical usage includes personal assistance tasks where users seek ongoing text exchanges rather than specialized technical workloads.
Capabilities
How Inflection 3 Pi compares
Inflection 3 Pi (striped bar) vs other language models on intelligence, speed and price.
Price
USD per 1M output tokens · Lower is better · Inflection 3 Pi ranks #139 of 141
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Best for
Emotional Support Conversations
The model excels in empathetic conversation, offering supportive responses for users navigating personal difficulties or seeking understanding.
Personal Coaching Sessions
It provides personal advice and coaching to help individuals set goals, reflect on progress, and address life challenges.
Daily Task Organization
Users receive task planning assistance to break down goals into actionable steps and improve productivity.
Strengths & limitations
Strengths
- +Natural and engaging dialogue
- +Strong focus on emotional intelligence
- +Safety-aligned and supportive responses
Limitations
- –Moderate 8k context window
- –Text-only modality
- –Less specialized for technical or coding tasks
Cost calculator
Estimate what Inflection 3 Pi would cost for your usage.
Based on Inflection 3 Pi's $2.50/1M input · $10.00/1M output. Estimate only — actual cost varies by provider and caching.
Quick start
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "inflection/inflection-3-pi",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: inflection/inflection-3-pi
Editor's verdict
Inflection 3 Pi is Inflection's proprietary language models with a 8K-token context window.
At $10.00 per 1M output tokens, it is premium-priced for its class.
It is available through Inflection's API and aggregators like OpenRouter.
Best suited to natural and engaging dialogue and strong focus on emotional intelligence.
Frequently asked questions
Inflection 3 Pi supports a context length of 8000 tokens.
User reviews
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Other Inflection models
Sibling versions in the Inflection family from Inflection.