objectiveai-sdk 2.0.9

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "title": "auth.GetOpenRouterByokApiKeyResponse",
  "description": "Response containing the user's OpenRouter BYOK API key.",
  "type": "object",
  "properties": {
    "api_key": {
      "description": "The OpenRouter API key, or `None` if not configured.",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    }
  }
}