Back to Models
Inflection: Inflection 3 Pi
inflection/inflection-3-piOct 11, 20248K context1.0K max output$2.50/M in · $10.00/M out
Description
Inflection 3 Pi powers Inflection's Pi chatbot, including backstory, emotional intelligence, productivity, and safety. It has access to recent news, and excels in scenarios like customer support and roleplay.
Pi has been trained to mirror your tone and style, if you use more emojis, so will Pi! Try experimenting with various prompts and conversation styles.
Specifications
Provider
inflection
Context Length
8K
Max Output
1.0K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.50 |
| Output | $10.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "inflection/inflection-3-pi",
"messages": [{"role": "user", "content": "Hello!"}]
}'