Skip to content
@OctopusXAI

OctopusX

Building AI-powered tools for developers

Markdown

OctopusX 🐙

One OpenAI-compatible API for 200+ AI models. No vendor lock-in. Access Claude, GPT, Gemini, and 200+ models through a single endpoint — fully compatible with the OpenAI SDK. Switch models by changing one string.

⚡ Quickstart

from openai import OpenAI
client = OpenAI(
    api_key="YOUR_OCTOPUSX_KEY",
    base_url="https://octopusx.ai"
)
response = client.chat.completions.create(
    model="claude-opus-4-8",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
🔗 Links
🌐 Website: https://octopusx.ai
📖 Docs: https://doc.octopusx.ai/en
📧 Contact: hello@octopusx.aiWhy OctopusX
One API, 200+ modelsClaude, GPT, Gemini and more
Drop-in OpenAI compatibilityworks with the official OpenAI SDK
No vendor lock-inswap models by changing a single parameter

Popular repositories Loading

  1. octopusx octopusx Public

    One OpenAI-compatible API for 200+ AI models — GPT, Claude, Gemini & more

  2. .github .github Public

    Organization profile & community health files for OctopusX

  3. multi-llm-api-starter multi-llm-api-starter Public

    Lightweight unified multi-LLM API gateway, support OpenAI / Gemini, local deployment quick start template

    Python

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…