You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /models/v2/list/models returns {"error":null,"output":[]} — an empty array — with no filter and for every task value tried.
Every modelId 404s with "Model does not exist or has yet to be added to the Bytez catalog", including the documented quickstarts Qwen/Qwen3-4B (chat docs) and openai-community/gpt2 (get-started), and closed-source ids (openai/gpt-4o-mini, anthropic/claude-sonnet-4-5, google/gemini-2.0-flash).
The OpenAI-compatible POST /v1/chat/completions route returns the same 404.
What happens
GET /models/v2/list/modelsreturns{"error":null,"output":[]}— an empty array — with no filter and for everytaskvalue tried.Qwen/Qwen3-4B(chat docs) andopenai-community/gpt2(get-started), and closed-source ids (openai/gpt-4o-mini,anthropic/claude-sonnet-4-5,google/gemini-2.0-flash).POST /v1/chat/completionsroute returns the same 404.Auth is fine (control test)
Unauthorized.GET /models/v2/list/tasksworks and returns 36 tasks.Environment
bytez 3.0.1on Windows 11, and reproduced with rawrequestscalls.Two doc/API bugs hit along the way
Authorization: YOUR_KEY, but onlyauthorization: Key YOUR_KEYworks (the SDK sends the latter).GET /models/v2/list/models?task=text-generationreturns HTTP 500Expected parameter(s): modelIdinstead of a filtered list.