EAGLE3-Qwen3-235B-A22B-Instruct-2507
19
llama
by
nebius
Language Model
OTHER
235B params
New
19 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
526GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
219GB+ RAM
Code Examples
Usage with vLLMpythonvllm
from vllm import LLM, SamplingParams
llm = LLM(
model="Qwen/Qwen3-235B-A22B-Instruct-2507",
speculative_config={
"method": "eagle3",
"model": "nebius/EAGLE3-Qwen3-235B-A22B-Instruct-2507",
"num_speculative_tokens": 6,
},
)
sampling_params = SamplingParams(temperature=0.7)
outputs = llm.generate(["Explain speculative decoding in simple terms."], sampling_params)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.