Dobby is freeeeeee — no key, no signup, no card. We don't read docs, we call the endpoint and publish what came back, including the 402s.
ovh-anonymous
OVHcloud AI Endpoints — docs
Call it
- Base URL
https://oai.endpoints.kepler.ai.cloud.ovh.net/v1- API key
- none — send no
Authorizationheader at all
curl https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{"model":"Meta-Llama-3_3-70B-Instruct","messages":[{"role":"user","content":"hello"}]}'OPENAI_BASE_URL=https://oai.endpoints.kepler.ai.cloud.ovh.net/v1
OPENAI_API_KEY=not-needed
OPENAI_MODEL=Meta-Llama-3_3-70B-InstructUsing Meta-Llama-3_3-70B-Instruct, answered 1 of the 10 checks we made in the last week, last answered 5 days ago from this server's address. Every model this endpoint offers is in the table below.
Claimed permanent free anonymous tier, roughly 2 requests per minute per IP per model, no signup. Rate limit is low enough that a single probe per cycle is the ceiling of what is polite.
Models
| Model | Tier | Keyless | Chat | Tools | Schema | JSON | Vision | Draws | Worked | Last checked | Last listed |
|---|---|---|---|---|---|---|---|---|---|---|---|
Meta-Llama-3_3-70B-Instruct | — | yes | yes | yes | — | — | — | — | 1/10 | 9 h ago | 26 min ago |
Mistral-7B-Instruct-v0.3 | — | yes | yes | yes | yes | yes | no | — | 3/10 | 10 h ago | 26 min ago |
Mistral-Nemo-Instruct-2407 | — | yes | yes | yes | yes | yes | no | — | 4/10 | 15 h ago | 26 min ago |
Mistral-Small-3.2-24B-Instruct-2506 | — | yes | yes | yes | yes | yes | yes | — | 0/11 | 4 h ago | 26 min ago |
Qwen2.5-VL-72B-Instruct | — | yes | yes | no | yes | yes | yes | — | 2/11 | 6 h ago | 26 min ago |
Qwen3-32B | — | yes | yes | yes | yes | yes | no | — | 2/11 | 26 min ago | 29 h ago |
Qwen3-Coder-30B-A3B-Instruct | — | yes | yes | yes | yes | yes | no | — | 1/10 | 14 h ago | 26 min ago |
Qwen3.5-397B-A17B | — | yes | yes | yes | yes | — | yes | — | 0/10 | 11 h ago | 26 min ago |
Qwen3.5-9B | — | yes | yes | yes | yes | yes | yes | — | 0/11 | 3 h ago | 26 min ago |
Qwen3.6-27B | — | yes | yes | yes | yes | yes | yes | — | 2/11 | 1 h ago | 26 min ago |
Qwen3.8-27B | — | yes | yes | yes | yes | yes | yes | — | 4/10 | 12 h ago | 26 min ago |
Qwen3Guard-Gen-0.6B | — | yes | yes | no | no | no | no | — | 5/11 | 7 h ago | 26 min ago |
Qwen3Guard-Gen-8B | — | yes | yes | no | no | no | no | — | 7/10 | 8 h ago | 26 min ago |
gpt-oss-120b | — | yes | yes | yes | yes | yes | no | — | 0/11 | 5 h ago | 26 min ago |
gpt-oss-20b | — | yes | yes | yes | yes | yes | — | — | 4/11 | 2 h ago | 26 min ago |
stabilityai/stable-diffusion-xl-base-1.0 | — | yes | not a chat model | — | — | — | — | yes | — | never | 44 days ago |
stable-diffusion-xl-base-v10 | — | yes | not a chat model | — | — | — | — | yes | — | never | 26 min ago |
Qwen3-Embedding-8B | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
bge-m3 | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
bge-multilingual-gemma2 | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
nvr-tts-de-de | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
nvr-tts-en-us | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
nvr-tts-es-es | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
nvr-tts-it-it | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
ppl | — | not yet checked | yes | — | — | — | — | — | 0/10 | 13 h ago | 44 days ago |
whisper-large-v3 | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
whisper-large-v3-turbo | — | not yet checked | not a chat model | — | — | — | — | — | — | never | 26 min ago |
Scroll the table sideways for the rest of each row. Chat, Worked and Last listed are folded away at this width.
Feature columns are measurements. Where the provider's own listing claims a feature we could not get out of it, the cell says so — that disagreement is the reason this shelf exists.
What Tools, Schema, JSON and Vision mean, and what each cell state means
The columns
Each name links to the call this endpoint's verdict was read from.
- Tools
- We sent a
toolsarray and the model came back with a well-formedtool_callsentry an agent could dispatch. A 200 with no tool call in it is not tool support, and is recorded as a no. - Schema
- The strict structured-output mode:
response_format: {"type": "json_schema", …}. The reply parsed and matched the schema we sent. - JSON
- The weaker mode:
response_format: {"type": "json_object"}. Valid JSON, with no shape enforced. The two come apart in both directions — OVH'sMistral-7B-Instruct-v0.3does the strict form and emits invalid JSON for the weak one; llm7'smeta-Llama-3.1-8B-Instruct-Turbodoesjson_objectwhilejson_schemaanswers 405. - Vision
- A real image went in inline and a correct answer about it came back. We ask about something only a model that looked could know.
- Draws
- On an endpoint's own page: bytes came back with an image content type, and they really are an image. Not a 200 taken on trust.
The cell states
- yes
- A real call proved it, at the time the endpoint page prints beside that call. The dot's tooltip says the same thing where there is a pointer to hover with.
- no
- A clean negative: the parameter was refused, or the answer did not conform.
- no, claimed
- The negative contradicts the provider's own published claim — their listing advertises the feature and our call could not get it out of the model. This is the most interesting cell on the site and the reason the shelf exists.
- never probed
- No verdict. Either nobody has asked yet, or the check ran and got no usable answer back — Pollinations sits here because its anonymous pool answered 402 to every feature probe. It is a question, never a no.
The same columns, in the API
curl 'https://stillworks.supercapybara.com/api/llm/up?feature=tools,json_schema'The names are the API's spelling of the columns: tools, json_schema, json_object, vision, image_out. Several are and, never or — a row comes back only if a real call proved every feature named. Models we never probed for one of them are left out rather than optimistically included, so a filtered shelf is shorter than a hopeful one.
The call behind each verdict
One row per feature: the most recent call that decided that column, whatever it answered. A refusal is the evidence behind a no exactly as a success is the evidence behind a yes, so both are here.
| Feature | When | Outcome | HTTP | Latency | Model | Detail |
|---|---|---|---|---|---|---|
| Tools | 1 h ago | rate_limited | 429 | 251 ms | Mistral-Nemo-Instruct-2407 | API rate limit exceeded |
| Schema | 1 h ago | rate_limited | 429 | 255 ms | Mistral-Nemo-Instruct-2407 | API rate limit exceeded |
| JSON | 1 h ago | rate_limited | 429 | 249 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| Vision | 1 h ago | rate_limited | 429 | 247 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| Draws | 1 h ago | ok | 200 | 11113 ms | stable-diffusion-xl-base-v10 |
Raw probe log
Our working, so you can check it rather than trust it. Wider than the page at any width — scroll it sideways for the Detail column, which quotes the provider's own refusal back.
| When | Kind | Outcome | HTTP | Latency | Model | Detail |
|---|---|---|---|---|---|---|
| 26 min ago | chat | client_error | 404 | 256 ms | Qwen3-32B | The model `Qwen3-32B` does not exist. |
| 26 min ago | models | ok | 200 | 1721 ms | — | |
| 1 h ago | chat | rate_limited | 429 | 248 ms | Qwen3.6-27B | API rate limit exceeded |
| 1 h ago | models | ok | 200 | 1693 ms | — | |
| 1 h ago | json_schema | rate_limited | 429 | 255 ms | Mistral-Nemo-Instruct-2407 | API rate limit exceeded |
| 1 h ago | tools | rate_limited | 429 | 251 ms | Mistral-Nemo-Instruct-2407 | API rate limit exceeded |
| 1 h ago | vision | rate_limited | 429 | 247 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| 1 h ago | json_object | rate_limited | 429 | 249 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| 1 h ago | json_schema | rate_limited | 429 | 252 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| 1 h ago | tools | ok | 200 | 5726 ms | Mistral-7B-Instruct-v0.3 | |
| 1 h ago | image_out | ok | 200 | 11113 ms | stable-diffusion-xl-base-v10 | |
| 1 h ago | image_out | ok | 200 | 28669 ms | stabilityai/stable-diffusion-xl-base-1.0 | |
| 2 h ago | chat | rate_limited | 429 | 257 ms | gpt-oss-20b | API rate limit exceeded |
| 2 h ago | models | ok | 200 | 2421 ms | — | |
| 3 h ago | chat | rate_limited | 429 | 252 ms | Qwen3.5-9B | API rate limit exceeded |
| 3 h ago | models | ok | 200 | 2430 ms | — | |
| 4 h ago | chat | rate_limited | 429 | 366 ms | Mistral-Small-3.2-24B-Instruct-2506 | API rate limit exceeded |
| 4 h ago | models | ok | 200 | 1477 ms | — | |
| 5 h ago | chat | rate_limited | 429 | 253 ms | gpt-oss-120b | API rate limit exceeded |
| 5 h ago | models | ok | 200 | 1683 ms | — | |
| 6 h ago | chat | rate_limited | 429 | 256 ms | Qwen2.5-VL-72B-Instruct | API rate limit exceeded |
| 6 h ago | models | ok | 200 | 2189 ms | — | |
| 7 h ago | chat | rate_limited | 429 | 259 ms | Qwen3Guard-Gen-0.6B | API rate limit exceeded |
| 7 h ago | models | ok | 200 | 2204 ms | — | |
| 8 h ago | chat | rate_limited | 429 | 248 ms | Qwen3Guard-Gen-8B | API rate limit exceeded |
| 8 h ago | models | ok | 200 | 975 ms | — | |
| 9 h ago | chat | rate_limited | 429 | 251 ms | Meta-Llama-3_3-70B-Instruct | API rate limit exceeded |
| 9 h ago | models | ok | 200 | 1714 ms | — | |
| 10 h ago | chat | rate_limited | 429 | 274 ms | Mistral-7B-Instruct-v0.3 | API rate limit exceeded |
| 10 h ago | models | ok | 200 | 2424 ms | — | |
| 11 h ago | chat | rate_limited | 429 | 257 ms | Qwen3.5-397B-A17B | API rate limit exceeded |
| 11 h ago | models | ok | 200 | 1689 ms | — | |
| 12 h ago | chat | rate_limited | 429 | 262 ms | Qwen3.8-27B | API rate limit exceeded |
| 12 h ago | models | ok | 200 | 1965 ms | — | |
| 13 h ago | chat | client_error | 404 | 242 ms | ppl | The model `ppl` does not exist. |
| 13 h ago | models | ok | 200 | 1949 ms | — | |
| 14 h ago | chat | rate_limited | 429 | 250 ms | Qwen3-Coder-30B-A3B-Instruct | API rate limit exceeded |
| 14 h ago | models | ok | 200 | 1693 ms | — | |
| 15 h ago | chat | rate_limited | 429 | 247 ms | Mistral-Nemo-Instruct-2407 | API rate limit exceeded |
| 15 h ago | models | ok | 200 | 1925 ms | — |