@@ -10,7 +10,6 @@ It provides a unified platform for chatting and exploring multiple large languag
1010- 🎯 Cohere (Command's models)
1111- 🚀 Groq Inc. – Optimized for fast inference (open source models) ⚡️
1212- ⚡️ Cerebras – Also optimized for fast inference 🚀
13- - 💎 SambaNova - Fast inference
1413- ♾️ OpenRouter - Gateway to all LLMs
1514- ☁️ Together AI - The AI Acceleration Cloud
1615- 📡 Deep Infra - Scalable AI backbone
@@ -60,7 +59,6 @@ Some companies offer free API access. Check their terms and conditions before yo
6059- ** Cerebras:** [ Get your Cerebras API key] ( https://cloud.cerebras.ai/platform/ ) - 🟢 free
6160- ** Cohere:** [ Get your Cohere API key] ( https://dashboard.cohere.com/api-keys ) - 🟢 free
6261- ** Groq:** [ Get your Groq API key] ( https://console.groq.com/keys ) - 🟢 free
63- - ** SambaNova:** [ Get your SambaNova API key] ( https://cloud.sambanova.ai/apis ) - 🟢 free
6462- ** Together AI:** 🟢 Free for deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free [ Get your Together AI API key] ( https://api.together.ai/settings/api-keys )
6563- ** OpenAI:** [ OpenAI key] ( https://platform.openai.com/api-keys )
6664- ** Anthropic:** [ Anthropic API key] ( https://console.anthropic.com/settings/keys )
@@ -198,12 +196,6 @@ Now whenever you want the AI to do a search to answer your question, write at th
198196"s:" + your question, e.g. "s: what's the news today?", The AI will search the web and respond based on the information found.
199197
200198
201- # Cors
202- To get around CORS errors when working with SambaNova the API request will pass through ` cors-proxy.php `
203- which will forward the request to the desired platform. This will not hide your IP address, just forward the request.
204-
205- This is necessary because direct requests via JavaScript in the browser to these platform are not possible.
206-
207199# YouTube Caption
208200You can simply share the URL of a YouTube video in the chat to be able to ask something about the video content,
209201or ask the AI to make a summary.
0 commit comments