Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Quadrillion Cloud account Fireworks API
description: Public cloud API service for cloud-safe backend endpoints
version: 0.1.0
servers:
- url: https://api.quadrillion.io
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Fireworks
paths:
/fireworks/chat/completions:
post:
summary: Proxy Response Fireworks
description: 'Proxy Fireworks AI inference requests (BMT-291).
Targets RFT-trained models served on Fireworks via OpenAI-compatible
/inference/v1/chat/completions. The ``model`` field in the request body
is a full deployment resource name like
``accounts/<acct>/deployments/<deployment-id>``.'
operationId: proxy_response_fireworks_fireworks_chat_completions_post
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
tags:
- Fireworks