Trismegistus
Trismegistus
MetaStandard

Phind CodeLlama 34B

Phind/Phind-CodeLlama-34B-v2

Specialized code model trained on coding data. Strong for Python, JS, TS.

Context
16K
tokens
Tier
Standard
billed per use
Latency class
normal
typical speed
Billing
credits
tier multiplier
text

OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.

curl https://trismegistus.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Phind/Phind-CodeLlama-34B-v2",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'