Back to Tabby

Fireworks

website/docs/references/models-http-api/fireworks.md

4.3.11.1 KB
Original Source

Fireworks

Fireworks is a cloud platform that offers efficient model inference and deployment services, providing cost-effective access to a variety of AI models through their API service, including Llama 2, DeepSeek V3, DeepSeek Coder and other open-source models.

Chat model

Fireworks provides an OpenAI-compatible chat API interface.

toml
[model.chat.http]
kind = "openai/chat"
model_name = "accounts/fireworks/models/deepseek-v3"
api_endpoint = "https://api.fireworks.ai/inference/v1"
api_key = "your-api-key"

Completion model

Fireworks does not offer completion models (FIM) through their API.

Embeddings model

While Fireworks provides embedding model APIs, Tabby has not yet implemented a compatible client to interface with these APIs. Therefore, embedding functionality is currently not available through Tabby's integration with Fireworks.