Back to Modelsby Abacus.AI
A
Dracarys Llama 3.1 70B
DracarysFine-tuned Llama 3.1 70B model for code generation, summarization, and multi-language tasks.
Free EndpointMay 22, 2025llama license783K API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatcode
Tags
code-generationsummarization
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
abacusai/dracarys-llama-3.1-70b-instructcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "abacusai/dracarys-llama-3.1-70b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'