← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
data llms-txtopenapiapiai-friendly

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# Starveri API OpenAI-compatible GPT and Codex Responses and Chat Completions API with public model discovery, prepaid credits, bounded code tools, and document-based credit pricing. ## Primary URLs - Documentation: https://api.starveri.net/docs - OpenAPI: https://api.starveri.net/openapi.yaml - OpenAPI JSON: https://api.starveri.net/openapi.json - APIs.json: https://api.starveri.net/apis.json - Credits and keys: https://api.starveri.net/credits - Public models: https://api.starveri.net/models - Base URL: https://api.starveri.net ## Key Endpoints - GET /models - public canonical model IDs, credit price metadata, and non-billable global model spec metadata. - GET /v1/models - authenticated model discovery for API clients. - POST /v1/chat/completions - OpenAI-compatible chat completions. - POST /v1/responses - OpenAI-compatible Responses API with typed streaming events. - POST /v1/demo/chat - free GPT 5.5 no-reasoning text demo with moderation, five requests, 2,000 demo tokens, IP-based limits, no files, no images, and one concurrent request. ## Model Families - GPT 5.6 Sol - GPT 5.6 Terra - GPT 5.6 Luna - GPT 5.5 - GPT 5.4 - GPT 5.4 Mini - GPT 5.3 Codex Spark (text-only; GPT 5.4 Mini transcribes images) - GPT 5.4 - GPT 5.4 Mini - GPT 5.5 Use /models as the public source of truth for current canonical model IDs, context limits, pricing metadata, and non-billable global model spec metadata. ## Search-Intent Pages - OpenRouter alternative for GPT/Codex API credits: https://api.starveri.net/openrouter-alternative

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: Starveri API version: 1.0.0 description: OpenAI-compatible Starveri API for Responses, chat completions, model discovery, prepaid credit discovery, and priced tool usage. servers: - url: https://api.starveri.net/v1 description: Starveri production API security: - bearerAuth: [] tags: - name: Models - name: Billing - name: Chat Completions - name: Responses - name: Files paths: /models: get: tags: - Models summary: List available Sta