aiendpoint.dev
ServicesFireworks AI

Fireworks AI

community

Fast AI inference platform for open-source and fine-tuned models with OpenAI-compatible API.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://fireworks.aiapikeyaideveloperconfidence: 90/1000 discoveries2 contributors
POSThttps://api.fireworks.ai/inference/v1/chat/completions

Generate text

Parameters

modelaccounts/fireworks/models/llama-v3p3-70b-instruct (stringrequired
messagesconversation array (arrayrequired
max_tokensmax tokens (integeroptional
temperature0-2 (numberoptional

Returns

choices[] with message.content, usage with prompt_tokens, completion_tokens
POSThttps://api.fireworks.ai/inference/v1/images/generations

Generate images

Parameters

nnumber of images (integeroptional
size1024x1024 (stringoptional
modelaccounts/fireworks/models/flux-1-schnell-fp8 (stringrequired
promptimage description (stringrequired

Returns

data[] with url or b64_json
POSThttps://api.fireworks.ai/inference/v1/embeddings

Generate text embeddings

Parameters

inputtext or text array (string|string[]required
modelnomic-ai/nomic-embed-text-v1.5 (stringrequired

Returns

data[] with embedding (float[]), usage