Alternative to Open AI

We want to develop LLM-power Shiny but we cannot access Open AI in Hong Kong. Is there an alternative to Open AI?

ellmer supports a wide variety of model providers:

  • Anthropic’s Claude: chat_claude().
  • AWS Bedrock: chat_bedrock().
  • Azure OpenAI: chat_azure().
  • Databricks: chat_databricks().
  • GitHub model marketplace: chat_github().
  • Google Gemini: chat_gemini().
  • Groq: chat_groq().
  • Ollama: chat_ollama().
  • OpenAI: chat_openai().
  • perplexity.ai: chat_perplexity().
  • Snowflake Cortex: chat_cortex().
  • VLLM: chat_vllm().

Also check:

Thank you very much!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.