Dynamic AI Model Manager
Provider Enum
from crypto_com_agent_client.lib.enums.provider_enum import Provider
for provider in Provider:
print(provider.name, provider.value)
# Output:
# OpenAI OpenAI
# Anthropic Anthropic
# Mistral Mistral
# Fireworks Fireworks
# GoogleGenAI GoogleGenAI
# Grok Grok
# Groq Groq
# VertexAI VertexAI
# Bedrock BedrockExample: Using Crypto.com AI Agent with Gemini
Last updated
Was this helpful?