Request: DOI

#16
by qsegjukdgqegzeghehrthergr - opened

Quelle est l'actualité politique de cette semaine en FRance ?

Great discussion! For anyone wanting to quickly test this, Crazyrouter offers API access to this model. No infrastructure setup needed — just an API key and the standard OpenAI SDK.

For a simpler API integration, you can use any OpenAI-compatible endpoint. I have been using Crazyrouter which supports 600+ models:

from openai import OpenAI
client = OpenAI(base_url="https://crazyrouter.com/v1", api_key="your-key")
response = client.chat.completions.create(model="yi-1.5-34b-chat", messages=[...])

No special SDK needed — standard OpenAI format works.

Sign up or log in to comment