Welcome to Portkey Forum

Updated 8 months ago

Yi-Large by 01.ai

At a glance
Do we have support for Yi-Large? The API is already OpenAI compatible
Plain Text
https://api.01ww.xyz/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <key>" \
  -d '{
    "model": "yi-large",
    "messages": [{"role": "user", "content": "How good is yi-large?"}],
    "temperature": 0.3
  }'
H
V
5 comments
What if I told you... this is already integrated with the Gateway 😄

https://github.com/Portkey-AI/gateway/pull/295

Try it out if you can get your hands on their API key - https://platform.lingyiwanwu.com/
They have separate endpoints for chinese users and global users. The keys aren’t interoperable. So we still need to add support for the global endpoint. Should be easy though.
Attachment
IMG_7027.png
Nice! Thanks for this - @Harsh Gupta possible to loop me in the email and we can get off the waitlist together? That way, can try it our for Portkey and integrate faster. My email: vrushank.v@portkey.ai
Add a reply
Sign up and join the conversation on Discord