Commit Graph

2 Commits

Author SHA1 Message Date
Dylan Huang
97c4f560db docs(fireworks): update to reflect static catalog and correct reasoning fields 2026-01-26 15:17:15 -08:00
Dylan Huang
4bf61bc930 feat(providers): add Fireworks AI provider integration
- Add fireworks-models.ts with static catalog of 24 serverless LLM models
- Add dynamic model discovery from Fireworks API with pagination
- Integrate into onboarding (interactive + non-interactive flows)
- Add fireworks-api-key auth choice and --fireworks-api-key CLI flag
- Add FIREWORKS_API_KEY to envMap for auto-detection
- Add Fireworks to resolveImplicitProviders
- Add docs/providers/fireworks.md documentation
- Update docs navigation and CLI reference

Model IDs use full format: accounts/fireworks/models/<model>
Default model: deepseek-v3p2 (DeepSeek V3.2)
2026-01-26 15:11:16 -08:00