{"slug":"fireworks-ai","name":"Fireworks AI","owner":null,"repo":null,"category":"llm-gateways","lang":"","blurb":"Fast serverless inference for open models with serverless, on-demand, and reserved-capacity deployment tiers.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Fast serverless inference for open models with serverless, on-demand, and reserved-capacity deployment tiers.","website":"https://fireworks.ai","docs_url":"https://docs.fireworks.ai/","signup_url":"https://fireworks.ai/account/api-keys","pricing_model":"usage-based","pricing_note":"~$0.07-$0.90 /M input tokens; cached input & batch at 50%; $1 free starter credit","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up at fireworks.ai, generate key in dashboard; $1 free credit (~1M tokens on a 70B model)","mcp_server":"","sdks":["Python","TypeScript","REST","OpenAI-compatible"],"code_sample":"{\"lang\":\"python\",\"code\":\"from openai import OpenAI\\nclient = OpenAI(base_url=\\\"https://api.fireworks.ai/inference/v1\\\",\\n                api_key=\\\"FIREWORKS_API_KEY\\\")\\nr = client.chat.completions.create(\\n    model=\\\"accounts/fireworks/models/llama-v3p3-70b-instruct\\\",\\n    messages=[{\\\"role\\\": \\\"user\\\", \\\"content\\\": \\\"Hello\\\"}])\\nprint(r.choices[0].message.content)\"}","tags":["inference","open-models","fast-inference"],"useCases":[],"codeSample":{"lang":"python","code":"from openai import OpenAI\nclient = OpenAI(base_url=\"https://api.fireworks.ai/inference/v1\",\n                api_key=\"FIREWORKS_API_KEY\")\nr = client.chat.completions.create(\n    model=\"accounts/fireworks/models/llama-v3p3-70b-instruct\",\n    messages=[{\"role\": \"user\", \"content\": \"Hello\"}])\nprint(r.choices[0].message.content)"},"oneLiner":"Fast serverless inference for open models with serverless, on-demand, and reserved-capacity deployment tiers.","docsUrl":"https://docs.fireworks.ai/","signupUrl":"https://fireworks.ai/account/api-keys","pricingModel":"usage-based","pricingNote":"~$0.07-$0.90 /M input tokens; cached input & batch at 50%; $1 free starter credit","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up at fireworks.ai, generate key in dashboard; $1 free credit (~1M tokens on a 70B model)","mcpServer":""}