{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/4"}],"enrichment":{"capability":"Python SDK for the Fireworks REST API, providing typed synchronous and asynchronous clients to access Fireworks' LLM inference and training services.","skillfed_tags":["llm-inference","async-http","api-client"],"use_cases":["Build chat applications or LLM-powered services by calling Fireworks' hosted models via the chat completions API.","Stream real-time LLM responses in web applications or CLIs using Server-Sent Events.","Manage fine-tuning and training jobs (GRPO/DPO) with the optional training SDK on Python 3.11+.","Automate batch inference workloads by submitting and monitoring batch inference jobs.","Paginate through large result sets (datasets, jobs, deployments) without manual page handling."],"what_it_does":"Fireworks AI is the official Python SDK for accessing Fireworks' REST API, enabling developers to call LLM inference endpoints and manage training jobs from Python applications. It provides both synchronous (httpx-based) and asynchronous (aiohttp-based) clients with full type hints, Pydantic response models, and automatic pagination support. The library handles authentication via API keys, supports streaming responses over Server-Sent Events, and includes convenience methods for common operations like chat completions, batch inference, and dataset management.\n\nThe SDK is actively maintained, supports modern Python versions (3.9\u20133.14), and has low install friction with standard HTTP and async dependencies. It is auto-generated by Stainless for API consistency, with the exception of training-specific code in src/fireworks/training/. Optional training extras are available for GRPO/DPO workflows on Python 3.11+, though training-scoped API keys are required for those features.","worth_installing":"Yes. The SDK is actively maintained (released 2 days ago), has low install friction, supports modern Python versions, carries a permissive Apache-2.0 license, and provides a well-typed, production-ready interface to Fireworks' API. No known vulnerabilities. Install it if you need to integrate Fireworks' LLM services into a Python application."},"id":"fireworks-ai","links":{"html":"https://skillfed.io/packages/fireworks-ai","md":"https://skillfed.io/packages/fireworks-ai.md","pypi":"https://pypi.org/project/fireworks-ai/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"fireworks-ai","python_support":"supports_current","summary":"The official Python library for the fireworks API"},"popularity":{"monthly_downloads":4447706,"position":2300,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.9"}
