Markdown
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.
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