Inflection AI website screenshot

Inflection AI

Inflection AI was founded in 2022 by Mustafa Suleyman, Reid Hoffman, and Karen Simonyan to build the consumer assistant Pi, backed by Inflection-1, Inflection-2, and Inflection-2.5 foundation models. In March 2024 Microsoft licensed Inflection's technology for roughly $650M and hired most of the founding team into its new AI division, after which Inflection pivoted to an enterprise AI lab under CEO Sean White. Today the company markets its Inflection-2.5 series and successors to enterprise customers through a Conversational API that integrates Inflection models into business applications. A developer portal is published at developers.inflection.ai with a dashboard, docs, API keys, playground, and usage metering.

2 APIs 0 Features
AIFoundation ModelsLLMConversational AIEnterprise AIPiInflection-2.5InferenceEmpathic AI

APIs

Inflection Conversational API

Enterprise inference API serving Inflection's empathic conversational foundation models (Inflection-2.5 series and successors). Accepts chat message arrays, context, and paramet...

Inflection Developer Playground

Interactive playground inside the developer portal for testing prompts against Inflection models before integrating against the Conversational API.

Collections

Pricing Plans

Rate Limits

Inflection Ai Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Enterprise
Enterprise
🌐
DeveloperPortal
DeveloperPortal
🔗
Pi
Pi
📰
Blog
Blog
🔗
Press
Press
🔗
LinkedIn
LinkedIn
🔗
X
X

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Inflection AI API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: POST /inference
    type: http
  http:
    method: POST
    url: https://gateway.inf7cw9.com/external/api/inference
    body:
      type: json
      data: '{}'
    auth:
      type: bearer
      token: '{{bearerToken}}'
  docs: Generates a completion to the provided conversation.
bundled: true