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.ai
✨ Why OctopusX
One API, 200+ models β€” Claude, GPT, Gemini and more
Drop-in OpenAI compatibility β€” works with the official OpenAI SDK
No vendor lock-in β€” swap 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…