MetalGPT-1-FP8
173
1
license:cc-by-nc-sa-4.0
by
nn-tech
Language Model
OTHER
1B params
New
173 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM
Code Examples
VLLM usagebashvllm
vllm serve nn-tech/MetalGPT-1-FP8 --reasoning-parser qwen3VLLM usagepythonopenai
from openai import OpenAI
client = OpenAI(
base_url="http://localhost:8000/v1",
api_key="dummy"
)
response = client.chat.completions.create(
model="nn-tech/MetalGPT-1-FP8",
messages=[
{"role": "system", "content": "Ты специалист в области металлургии."},
{"role": "user", "content": "Назови плюсы и минусы хлоридной и сульфатной технологии производства никеля."}
],
temperature=0.7,
max_tokens=1024
)
print(response.choices[0].message.content)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.