Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free trial

OpenAI SDK (Python) with idapt

base_url plus your idapt key: existing code, 200+ models.

Last reviewed 2026-07-17

Install

bash
pip install openai

Point it at idapt

python
from openai import OpenAI

client = OpenAI(
    base_url="https://idapt.app/api/openai/v1",
    api_key=os.environ["IDAPT_API_KEY"],
)

reply = client.chat.completions.create(
    model="qwen/qwen3.7-max",
    messages=[{"role": "user", "content": "Three facts about ravens."}],
)

Pitfalls

Async client takes the same kwargs

AsyncOpenAI accepts base_url and api_key identically; nothing else changes for async code.

References

  • API keys and scopes
  • OpenAI-compatible API reference
  • Rate limits and errors

More quickstarts

OpenAI SDK (JS)LangChain (Python)LlamaIndex
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Agents
  • Computers
  • Drive
  • Automations
  • AI Gateway
  • All features →
  • LLM cost calculator
  • Token counter
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Benchmarks
  • Demos
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)