Documentation
¶
Overview ¶
Package constant defines provider name constants used throughout the CLI Proxy API. These constants identify different AI service providers and their variants, ensuring consistent naming across the application.
Index ¶
Constants ¶
View Source
const ( // Gemini represents the Google Gemini provider identifier. Gemini = "gemini" // GeminiCLI represents the Google Gemini CLI provider identifier. GeminiCLI = "gemini-cli" // GeminiWeb represents the Google Gemini Web provider identifier. GeminiWeb = "gemini-web" // Codex represents the OpenAI Codex provider identifier. Codex = "codex" // Claude represents the Anthropic Claude provider identifier. Claude = "claude" // OpenAI represents the OpenAI provider identifier. OpenAI = "openai" // OpenaiResponse represents the OpenAI response format identifier. OpenaiResponse = "openai-response" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.