UNPKG

@arizeai/phoenix-client

Version:
22 lines 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PromptModelProviders = void 0; /** * A mapping of PromptModelProvider to a human-readable string */ exports.PromptModelProviders = { OPENAI: "OpenAI", AZURE_OPENAI: "Azure OpenAI", ANTHROPIC: "Anthropic", GOOGLE: "Google", DEEPSEEK: "DeepSeek", XAI: "xAI", OLLAMA: "Ollama", AWS: "AWS Bedrock", CEREBRAS: "Cerebras", FIREWORKS: "Fireworks", GROQ: "Groq", MOONSHOT: "Moonshot", PERPLEXITY: "Perplexity", }; //# sourceMappingURL=constants.js.map