Skip to main content

Integrations

gpt2giga is designed for clients that can set a custom base URL for OpenAI-, Anthropic-, or Gemini-compatible SDKs and CLIs.

Base URLs

OpenAI-compatible clients usually use:

http://localhost:8090/v1

For GigaChat v2 features you can explicitly specify:

http://localhost:8090/v2

The backend selection rule is the same for all compatible clients: a URL with /v1 is forced into the GigaChat v1 contract, a URL with /v2 into the GigaChat v2 contract. The root URL without a version (http://localhost:8090) uses GPT2GIGA_GIGACHAT_API_MODE=v1|v2.

Anthropic-compatible clients usually use:

http://localhost:8090

Gemini-compatible clients usually use the root address:

http://localhost:8090

With this base URL, the official Gemini SDKs/CLIs append a Gemini-style path themselves, for example /v1beta/models/{model}:generateContent.

If GPT2GIGA_ENABLE_API_KEY_AUTH=True, use GPT2GIGA_API_KEY as the client API key. For Gemini clients, the x-goog-api-key header is also supported.

Runnable examples

Integration guides

Tool / clientGuide
OpenHandsintegrations/openhands/README.md
OpenAI Codexintegrations/codex/README.md
Aiderintegrations/aider/README.md
Claude Codeintegrations/claude-code/README.md
Claude Desktop Appintegrations/claude-desktop/README.md
Gemini CLIintegrations/gemini/README.md
Cursorintegrations/cursor/README.md
Qwen Codeintegrations/qwen-code/README.md
Xcodeintegrations/xcode/README.md
nginx (reverse proxy)integrations/nginx/README.md

Verified apps and frameworks

NameURLNote
OpenCodehttps://opencode.ai/Open-source coding agent.
KiloCodehttps://kilo.ai/Coding agent for JetBrains/VS Code.
OpenHandshttps://openhands.dev/Development agent.
Zedhttps://zed.dev/Editor AI assistant.
Clinehttps://cline.bot/Developer agent.
OpenAI Codexhttps://github.com/openai/codexCLI coding agent.
Gemini CLIhttps://github.com/google-gemini/gemini-cliGoogle CLI coding agent.
Aiderhttps://aider.chat/App-building coding assistant.
Langflowhttps://github.com/langflow-ai/langflowLow-code/no-code agent builder.
DeepAgentsCLIhttps://github.com/langchain-ai/deepagentsAgent platform on LangChain/LangGraph.
CrewAIhttps://github.com/crewAIInc/crewAIAgent orchestration framework.
Qwen Agenthttps://github.com/QwenLM/Qwen-AgentAgent framework.
PydanticAIhttps://github.com/pydantic/pydantic-aiPydantic-style GenAI agent framework.
Camelhttps://github.com/camel-ai/camelMulti-agent framework.
smolagentshttps://github.com/huggingface/smolagentsHugging Face agent framework.
Openclawhttps://openclaw.ai/Personal AI assistant.
Claude Codehttps://code.claude.com/docs/en/overviewAnthropic CLI coding agent.
Claude Desktop Apphttps://claude.com/downloadDesktop app for macOS and Windows.
OpenAI Agents SDKhttps://github.com/openai/openai-agents-pythonAgent SDK with function calling and handoffs.
Anthropic SDKhttps://github.com/anthropics/anthropic-sdk-pythonOfficial Anthropic Python SDK.
Cursorhttps://cursor.com/AI editor.
Qwen Codehttps://github.com/QwenLM/qwen-codeCLI coding agent.
Xcodehttps://developer.apple.com/xcode/Apple Coding Intelligence and external agent tooling.