UNPKG

@arizeai/phoenix-client

Version:
19 lines 471 B
/** * A mapping of PromptModelProvider to a human-readable string */ export const 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