-
Notifications
You must be signed in to change notification settings - Fork 0
03 Supported AI Providers and Setup
WishPilot features a Unified Multi-Provider Streaming Interface that allows candidates to leverage any major LLM provider without changing client code.
| Provider | Default Model | Typical First Token (TTFT) | Best Used For | Free Tier Available? |
|---|---|---|---|---|
| Groq Cloud | openai/gpt-oss-120b |
~80ms - 140ms | Fastest live spoken answers & Whisper STT | Yes (Generous free tier) |
| Cerebras | llama-3.3-70b |
~100ms - 160ms | Wafer-scale ultra-high token throughput | Yes (Free developer tier) |
| Together AI | Llama-3.3-70B-Turbo |
~180ms - 260ms | High concurrency and cost-effective scaling | Yes ($5 free credits) |
| Fireworks AI | llama-v3p3-70b-instruct |
~150ms - 220ms | Compound inference & fast function calling | Yes ($1 free credits) |
| NVIDIA NIM | nemotron-3-ultra-550b |
~250ms - 400ms | Complex system design reasoning & algorithms | Yes (1,000 free credits) |
| Hugging Face | Llama-3.3-70B-Instruct |
~300ms - 500ms | Open-source community models | Yes (Free serverless tier) |
| OpenRouter | claude-3.5-sonnet |
~400ms - 600ms | Universal aggregator (Claude, DeepSeek R1) | BYOK / Pay per token |
| OpenAI Direct | gpt-4o |
~350ms - 500ms | Industry standard coding & vision reasoning | Pay per token |
| Google Gemini | gemini-2.0-flash |
~200ms - 350ms | High-speed multimodal & large context | Yes (Free tier via AI Studio) |
Groq LPUs provide the fastest streaming speeds available today, rendering full 200-word responses in under 500ms.
- Visit console.groq.com/keys and log in.
- Click Create API Key, name it
WishPilot, and copy the key (gsk_...). - In WishPilot: Go to Models & Audio ➔ Select Groq Cloud ➔ Paste the key.
- Default Model:
openai/gpt-oss-120b(Flagship).
Cerebras runs on wafer-scale AI chips, delivering extreme throughput for 70B parameter models.
- Go to cloud.cerebras.ai and sign up.
- Generate an API Key under API Keys.
- In WishPilot: Select Cerebras ➔ Paste your key (
csk-...). - Default Model:
llama-3.3-70b.
- Visit api.together.ai and create an account.
- Copy your API key from your profile dashboard.
- In WishPilot: Select Together AI ➔ Paste key.
- Default Model:
meta-llama/Llama-3.3-70B-Instruct-Turbo.
- Visit fireworks.ai and log in.
- Navigate to API Keys and generate a new key (
fw_...). - In WishPilot: Select Fireworks AI ➔ Paste key.
- Default Model:
accounts/fireworks/models/llama-v3p3-70b-instruct.
- Go to build.nvidia.com and sign in with an NVIDIA account.
- Select any model (e.g.
nvidia/nemotron-3-ultra-550b-a55bormeta/llama-3.3-70b-instruct). - Click Get API Key (
nvapi-...). - In WishPilot: Select NVIDIA NIM ➔ Paste key.
- Go to huggingface.co/settings/tokens.
- Create an Access Token with
readpermissions (hf_...). - In WishPilot: Select Hugging Face ➔ Paste token.
- Default Model:
meta-llama/Llama-3.3-70B-Instruct.
OpenRouter provides unified access to models like Claude 3.5 Sonnet, DeepSeek R1, and GPT-4o through a single key.
- Visit openrouter.ai/keys.
- Create an API key (
sk-or-...). - In WishPilot: Select OpenRouter ➔ Paste key.
- Model ID:
anthropic/claude-3.5-sonnet(or type any custom model identifier).
- Go to platform.openai.com/api-keys.
- Generate a Secret Key (
sk-...). - In WishPilot: Select OpenAI ➔ Paste key.
- Default Model:
gpt-4o(orgpt-4o-minifor faster response times).
- Visit aistudio.google.com and click Get API key.
- Copy your key (
AIzaSy...). - In WishPilot: Select Google Gemini ➔ Paste key.
- Default Model:
gemini-2.0-flash.
For optimal performance during practice and live technical interviews, use this Dual-Provider Configuration:
- Speech-to-Text (STT): Use Groq Cloud for Whisper Large v3 Turbo (sub-300ms transcription).
-
Answer Generation:
-
For Ultra-Fast Spoken Answers: Use Groq (
openai/gpt-oss-120b) or Cerebras (llama-3.3-70b). Answers start streaming within ~100ms. -
For Deep System Design & Coding: Use OpenRouter (
anthropic/claude-3.5-sonnet) or OpenAI (gpt-4o).
-
For Ultra-Fast Spoken Answers: Use Groq (
WishPilot v1.0.0 • Developed by Vishwjeet Singh Vilkhu • Licensed under GNU GPL v3.0
Wiki Home •
Repository •
Releases •
Report Issue
- 3. Supported AI Providers & Setup
- 4. Multi-Industry Category Engine
- 5. Instant Answer Refinement Pills
WishPilot v1.0.0
Built by Vishwjeet Singh Vilkhu
Licensed under GNU GPL v3.0