The Fireworks API endpoint requires /v1/chat/completions, but the base URL was missing the /v1 path segment, causing 404 errors and triggering a broken responses fallback. Fix: Add /v1 to base URL so correct endpoint is built: https://api.fireworks.ai/inference/v1/chat/completions |
||
|---|---|---|
| .. | ||
| anthropic.rs | ||
| compatible.rs | ||
| gemini.rs | ||
| mod.rs | ||
| ollama.rs | ||
| openai.rs | ||
| openrouter.rs | ||
| reliable.rs | ||
| router.rs | ||
| traits.rs | ||