Last refreshed 2026-04-19. Next refresh: weekly.
Why use LLaVA 1.6 Hermes Yi 34B on Fireworks AI?
Fireworks AI offers LLaVA 1.6 Hermes Yi 34B with pay-as-you-go pricing at $0.90/1M input tokens. Fireworks AI offers a generative AI platform as a service, focusing on rapid product iteration and cost-efficient AI deployment.
Compare LLaVA 1.6 Hermes Yi 34B across 2 providers to find the best fit for your use caseSetup recipe
Python + curlpip install openaiexport FIREWORKS_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["FIREWORKS_API_KEY"],llava-1.6-hermes-yi-34bRequest example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["FIREWORKS_API_KEY"],
base_url="https://api.fireworks.ai/inference/v1"
)
response = client.chat.completions.create(
model="llava-1.6-hermes-yi-34b",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Fireworks model IDs use "accounts/fireworks/models/{model-name}" format, e.g. "accounts/fireworks/models/llama4-scout-instruct-basic" or "accounts/fireworks/models/deepseek-r1".
- The examples expect FIREWORKS_API_KEY; rename it only if your application config maps the new variable.
Compare LLaVA 1.6 Hermes Yi 34B Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| NVIDIA NIM | — | — |
| Fireworks AI | $0.90 | $0.90 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.90 |
| Output tokens | $0.90 |
Capabilities
No model capability flags are currently sourced.
About LLaVA 1.6 Hermes Yi 34B
LLaVA-1.6, specifically the Hermes Yi 34B variant, represents a leap in multimodal AI capabilities, enhanced from its predecessor, LLaVA 1.5. This open-source chatbot excels in processing and responding to both text and image inputs. The model boasts a fourfold increase in image resolution support, enhanced visual reasoning and OCR capabilities, and improved visual conversation and world knowledge. It leverages the Nous-Hermes-2-Yi-34B language model as its backbone, offering superior commercial licenses and bilingual support. LLaVA-1.6-34B outshines other open-source models and even competes with Google's Gemini Pro on some tasks. Its training efficiency is impressive, requiring just one day on 32 A100 GPUs, and a demo for chat, image captioning, and visual question answering is accessible online.
FAQ
What does LLaVA 1.6 Hermes Yi 34B cost on Fireworks AI?
On Fireworks AI, LLaVA 1.6 Hermes Yi 34B costs $0.90 per 1M input tokens and $0.90 per 1M output tokens.
What is the context window for LLaVA 1.6 Hermes Yi 34B on Fireworks AI?
LLaVA 1.6 Hermes Yi 34B supports a 200,000 token context window on Fireworks AI.
How does Fireworks AI compare to other LLaVA 1.6 Hermes Yi 34B providers?
LLaVA 1.6 Hermes Yi 34B is available from 2 providers. The cheapest input pricing is $0.90/1M tokens from Fireworks AI.
Who created LLaVA 1.6 Hermes Yi 34B?
LLaVA 1.6 Hermes Yi 34B was created by Haotian Liu as part of the LLaVA 1.6 model family.
Is LLaVA 1.6 Hermes Yi 34B open source?
LLaVA 1.6 Hermes Yi 34B's open source status is unknown in the seed data.